the second blogpost on this blog generated with shale.sh :)
Yep that's right, i have a blogpost generator script now
I'm using shellscript to create files in a src
directory, and then I use a publish
command which copies everything to a build directory and compiles whatever needed.
The blog posts are written in markdown and converted with pandoc, this means I also get to insert fancy stuff like math and code!
cos(2θ)=cos2θ − sin2θ
console.log("bye world!")